home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 1.iso / toolbox / src / exampleCode / opengl / glx / README < prev    next >
Text File  |  1996-11-11  |  1KB  |  34 lines

  1.  
  2.              ~4Dgifts/toolbox/src/exampleCode/opengl/glx README
  3.  
  4.                           GLX Example Programs
  5.                                 Simon Hui
  6.                             February 15, 1994
  7.  
  8.  
  9.  
  10.        these programs demonstrate implementations of the GLX extension:
  11.  
  12.  
  13.      sharelist.c:  Display lists, containing both geometry and textures, 
  14.                    are shared between two rendering contexts belonging 
  15.                    to the same client.
  16.  
  17.                    RGBA, singlebuffer, depthbuffer
  18.  
  19.  
  20.  
  21.  
  22.      font.c:       An X font is imported using glXUseXFont(), and used 
  23.                    as bitmaps for OpenGL rendering.
  24.      
  25.                    font [-f fontname] [-s string]
  26.  
  27.                    RGBA, singlebuffer
  28.  
  29.                    keys:
  30.                      a       draw the entire 256 element character set
  31.                      b       draw only CAPITAL LETTERS of the alphabet
  32.                      r       draw "string" in rainbow colors
  33.                      Esc     quit
  34.